home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xm / DialogSEP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  2.0 KB  |  80 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  3.  * ALL RIGHTS RESERVED
  4. */ 
  5. /*   $RCSfile: DialogSEP.h,v $ $Revision: 1.7 $ $Date: 92/05/14 12:49:18 $ */
  6. /*
  7. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  8. /*
  9. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  10. /*
  11. *  (c) Copyright 1988 MASSACHUSETTS INSTITUTE OF TECHNOLOGY  */
  12. /*
  13. *  (c) Copyright 1988 MICROSOFT CORPORATION */
  14. #ifndef _XmDialogShellExtP_h
  15. #define _XmDialogShellExtP_h
  16.  
  17. #include <Xm/VendorSEP.h>
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22.  
  23.  
  24. #ifndef XmIsDialogShellExt
  25. #define XmIsDialogShellExt(w)    XtIsSubclass(w, xmDialogShellExtObjectClass)
  26. #endif /* XmIsDialogShellExt */
  27.  
  28. externalref WidgetClass xmDialogShellExtObjectClass;
  29.  
  30. typedef struct _XmDialogShellExtClassRec    *XmDialogShellExtObjectClass ;
  31. typedef struct _XmDialogShellExtRec        *XmDialogShellExtObject ;
  32.  
  33.  
  34. typedef struct _XmDialogShellExtClassPart{
  35.     int            empty;
  36. }XmDialogShellExtClassPart, *XmDialogShellExtClassPartPtr;
  37.  
  38. typedef struct _XmDialogShellExtClassRec{
  39.     ObjectClassPart        object_class;
  40.     XmExtClassPart        ext_class;
  41.     XmDesktopClassPart        desktop_class;
  42.     XmShellExtClassPart        shell_class;
  43.     XmVendorShellExtClassPart     vendor_class;
  44.     XmDialogShellExtClassPart     dialog_class;
  45. }XmDialogShellExtClassRec;
  46.  
  47. typedef struct _XmDialogShellExtPart{
  48.     int                  empty;
  49. } XmDialogShellExtPart;
  50.  
  51. externalref XmDialogShellExtClassRec     xmDialogShellExtClassRec;
  52.  
  53. typedef struct _XmDialogShellExtRec{
  54.     ObjectPart            object;
  55.     XmExtPart            ext;
  56.     XmDesktopPart        desktop;
  57.     XmShellExtPart        shell;
  58.     XmVendorShellExtPart     vendor;
  59.     XmDialogShellExtPart     dialog;
  60. }XmDialogShellExtRec;
  61.  
  62.  
  63. /********    Private Function Declarations    ********/
  64. #ifdef _NO_PROTO
  65.  
  66.  
  67. #else
  68.  
  69.  
  70. #endif /* _NO_PROTO */
  71. /********    End Private Function Declarations    ********/
  72.  
  73.  
  74. #ifdef __cplusplus
  75. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  76. #endif
  77.  
  78. #endif /* _XmDialogShellExtP_h */
  79. /* DON'T ADD STUFF AFTER THIS #endif */
  80.